home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
programming
/
amos
/
amossible
/
structures
/
subrout2.bak
/
subrout2.amosSourceCode
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AMOS Source Code
|
1980-05-17
|
112 b
|
11 lines
X=0
MAIN:
X=X+1
If X>=100 Then Gosub SUBBIT
Print At(0,0);X
Wait 1
Gosub MAIN
SUBBIT:
Print "X=100"
Wait 50
Edit